AI Usage section of Major Project Submission - #613
Conversation
|
I have time today if someone wants to zooom meet or meet on floor to help me with docker. None of my projects are building and they seem to work fine for everyone else |
pikachu0542
left a comment
There was a problem hiding this comment.
Im not really sure what is going on, but I ran this locally and your new field just doesnt appear in the major project form (even though the code for it is there).
It also looks like you didnt generate a migration, which means that your changes to the models are not going to get applied to the database.
|
changes made! it now works on my machine |
|
I still dont see the AI usage section of the form. Which is weird because the code is there |
|
Also, you should resolve merge conflicts |
|
Hm i definitely see it. Is there something you're seeing that's wrong? |
|
| required | ||
| ></textarea> | ||
| </div> | ||
| </div> |
There was a problem hiding this comment.
| </div> |
I think this would solve your problem
There was a problem hiding this comment.
But that extra div is my favorite one :(
There was a problem hiding this comment.
i hate your extra div 😠
| Revision ID: 4c0f1c4e006f | ||
| Revises: ce92a683ecf8 | ||
| Create Date: 2026-09-06 22:35:09.349126 | ||
|
|
||
| """ | ||
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision = "4c0f1c4e006f" | ||
| down_revision = "ce92a683ecf8" |
There was a problem hiding this comment.
You're going to hate me, but because I hotfixed the stuff for account creation, this is broken, when it references ce92a683ecf8 you should change it to 5e8db174ce30
BigSpaceships
left a comment
There was a problem hiding this comment.
Thoughts, also, where is the field displayed?
| "username": p.uid, | ||
| "name": ldap_get_member(p.uid).cn, | ||
| "proj_name": p.name, | ||
| "ai_usage": p.ai_usage, |
There was a problem hiding this comment.
this is crashing, you need to edit conditional/utils/major_project.py to include ai usage i believe


0 New Issues
0 Fixed Issues
0 Accepted Issues


What
Adds an AI section to the major project submission
Why
AI has become prevalent in the computer science (and all other) industry. It's natural for students to use it, but it's not okay to claim an AI's work as your own
Test Plan
Make sure AI usage is a section of the major project form, and that it's visible at submission
Env Vars
no
Documentation
I don't see any documentation for me to update
Checklist